Open
Conversation
Contributor
|
Not that it's a bad idea, but why do you need SIMPLEDRM? I found that the existing kernel works with QEMU's |
Contributor
|
I also wonder why CONFIG_EFI_FB isn't enough on arm64. That's what amd64 normally uses given that we don't pass |
da5650e to
fa5000d
Compare
Contributor
Author
made some tests and verified the minimal patch, and it seems that DRM and VIRTIO_GPU is needed at the same time (makes sense as they are in the same config tree). |
Show console logs - serial logs - When enabling VNC console on arm64. Fixes: flatcar/Flatcar#1553 Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
08afac8 to
d8c5d9b
Compare
chewi
approved these changes
Apr 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix for: flatcar/Flatcar#1553
Tested locally with qemu-kvm instances on ARM64 and the logs show up early during the boot, as expected.